@CHARSET "UTF-8";
html,body{
	font-family: Arial, Helvetica, sans-serif; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
	margin: 0; 
    padding: 0; 
	background-color: #BEBEBE;
	text-align:center;
}
body,td,th {
	color: #333333;
}
#title {
	font-family: "黑体";
	font-size: 16px;
	color: #E91618;
}

#content {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	color: #333333;
	padding-left:10px;
}
a:link {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
	text-decoration:none;
}
a:active {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
input[type=text],input[type=password], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #ddd;
	background:#ffffff;
}
input[type=text]:focus,input[type=password]:focus, textarea:focus {
	background:#fcfecf;
    box-shadow: 0 0 5px #8ec222;
	/*box-shadow: 0 0 5px rgba(142, 194, 34, 1);*/
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
   /* border: 1px solid rgba(142, 194, 34, 1);*/
	border: 1px solid #8ec222;
}
select {
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
	outline: none;
    padding: 2px;
    border: 1px solid #ddd;
	background:#ffffff;
}
select:focus {
	background:#fcfecf;
	box-shadow: 0 0 5px #8ec222;
    padding: 2px;
    border: 1px solid #8ec222;
}
#fenye1,#fenye2 a{
	color:#888;
}
#fenye1,#fenye2 a:hover{
	color:#FF0000;
}

#title_underline{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}





IMG {
	border: 0px;
}
.articlearea_div{
	position:fixed;
	top:0%;left:50%;
	width:800px;height:99.5%;
	margin:0px 0px 0px -400px;
	border:1px solid #CCCCCC;background:white;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
    display:none;
	z-index:9996;
}
.messagebig_div{
	position:fixed;top:25%;left:22%;
	/*width:56%;height:50%;*/
	width:765px;height:340px;
	background:#CCCCCC;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
    display:none;
	z-index:9998;
}


.message_divall{
	position:fixed;background:#CCCCCC;top:0px;left:0px;width:100%;height:100%;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
 	-khtml-opacity: 0.6;
 	opacity: 0.6;
	display:none;
	z-index:9990;
}


.tab_orange_top_left{background:url("../images/admin/top-left.png");width:21px;heigth:21px;}
.tab_orange_top_middle{background:url("../images/admin/top-middle.png");}
.tab_orange_top_right{background:url("../images/admin/top-right.png");width:21px;heigth:21px;}

.tab_orange_middle_left{background:url("../images/admin/middle-left.png");}
.tab_orange_middle_middle{background-color:#F8E6B4;font-size:12px;}
.tab_orange_middle_right{background:url("../images/admin/middle-right.png");}

.tab_orange_bottom_left{background:url("../images/admin/bottom-left.png");width:21px;heigth:21px;}
.tab_orange_bottom_middle{background:url("../images/admin/bottom-middle.png");}
.tab_orange_bottom_right{background:url("../images/admin/bottom-right.png");width:21px;heigth:21px;}



